The following code is an example of how to use the PENextPrintWindowMagnification function to change the Preview Window to the next level of magnification:
IF PENextPrintWindowMagnification(Job) = .F.
&& Handle error
ENDIF
Use the following code to set a specific Zoom magnification level in the Preview Window using PEZoomPreviewWindow:
LOCAL nZoomLevel
nZoomLevel = 0
&& Zoom to full page level
IF PEZoomPreviewWindow(Job, nZoomLevel) = .F.
&& Handle error
ENDIF
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |